kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.collections
/
[JS]MutableList
/
removeAt
remove
At
JS
abstract
fun
removeAt
(
index
:
Int
)
:
E
Content copied to clipboard
Removes an element at the specified
index
from the list.
Return
the element that has been removed.